projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62b4777
)
docs: add missing flag
author
William Jon McCann
<william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 00:56:56 +0000
(19:56 -0500)
committer
William Jon McCann
<william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 17:41:16 +0000
(12:41 -0500)
gtk/gtkmenuitem.h
patch
|
blob
|
history
diff --git
a/gtk/gtkmenuitem.h
b/gtk/gtkmenuitem.h
index 70dbfd1bc968305be7bc2632599a5a61b94d120e..3fa4a9bdc558d92413ccb5c204344ca66216c00a 100644
(file)
--- a/
gtk/gtkmenuitem.h
+++ b/
gtk/gtkmenuitem.h
@@
-57,6
+57,9
@@
struct _GtkMenuItem
/**
* GtkMenuItemClass:
* @parent_class: The parent class.
+ * @hide_on_activate: If %TRUE, then we should always
+ * hide the menu when the %GtkMenuItem is activated. Otherwise,
+ * it is up to the caller.
* @activate: Signal emitted when the item is activated.
* @activate_item: Signal emitted when the item is activated, but also
* if the menu item has a submenu.